CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SIFT OpenCv

搜索资源列表

  1. display-keypoints-in-SIFT

    0下载:
  2. 这是SIFT算法的一部分 作用是可以显示图像的极值点并用红色“x”标出,用到opencv gsl库 可以成功运行-SIFT algorithm is part of the role is to show the extreme point of the image and are marked with a red " x" can run successfully used opencv gsl library
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:738782
    • 提供者:张恒
  1. SIFT-CPP1

    0下载:
  2. SIFT算法代码,C++的,确认可用,并提供opencv和gsl以及相关安装方法-SIFT algorithm code, C++ confirmation available, and provide opencv and gsl installation method
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-22
    • 文件大小:51712000
    • 提供者:tlh
  1. SIFT-extraction-matching

    0下载:
  2. 用opencv开发的SIFT特征提取与匹配算法,共大家交流学习,共同进步-Developed with opencv SIFT feature extraction and matching algorithms, a total exchange of learning and common progress
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:3921281
    • 提供者:luyu
  1. sift

    0下载:
  2. 基于OPENCV和VC++6.0下编写的sift算法 实现了特征点提取-OPENCV sift
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:4736240
    • 提供者:刘雨婷
  1. sift

    0下载:
  2. SIFT 算法图像识别 基于opencv 基于sift-SIFT algorithm based image recognition is based on opencv sift
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:23529022
    • 提供者:杨冬
  1. sift

    0下载:
  2. 基于sift有较大区别图像的特征检测即找出两幅有较大区别图像相同的特征点 本人开发环境为vc2010和opencv2.4.0版本 如有版本不同的开发者,需设当修改配置文件,特别是opencv版本不同-Code by Utkarsh Sinha * Based on JIFT by Jun Liu * Visit http://aishack.in/ for more indepth articles and tutorials on artificial intelligen
  3. 所属分类:OpenCV

    • 发布日期:2017-11-05
    • 文件大小:256056
    • 提供者:李辉
  1. Rob_Hess-SIFT

    0下载:
  2. Rob_Hess 维护的SIFT算法基于opencv的C实现方法 -The SIFT algorithm maintenance Rob_Hess method based on the opencv C
  3. 所属分类:Project Design

    • 发布日期:2017-12-06
    • 文件大小:350063
    • 提供者:吴星怡
  1. sift-code

    0下载:
  2. sift 算法的实现,在opencv 环境中 所有的函数都已经写出-the source code of the sift alogrithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:902004
    • 提供者:zhangxiong
  1. sift

    0下载:
  2. opencv中关于的灰度图像子控制的一种算法-opencv child controls on the gray-scale image of an algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:1439173
    • 提供者:王晓
  1. sift-avi

    0下载:
  2. opencv中关于的视频图像子控制的一种算法-opencv child controls on the gray-scale image of an algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:1046520
    • 提供者:王晓
  1. sift-see

    0下载:
  2. 关于opencv的一种自适应的相似度饱和的很好的例程-Opencv an adaptive similarity saturated good routines
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:1149507
    • 提供者:王晓
  1. sift-win-recompiled

    0下载:
  2. lowe SIFT算法的源码,调用开源OpenCV,我添加了一个头文件,直接可以运行-lowe SIFT algorithm source code, need the open source OpenCV, I add a header file , can run directly now
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:10322203
    • 提供者:高山
  1. opencv-sift-text1

    0下载:
  2. 基于opencv的sift特征点匹配测试程序,对比两张图片上的特征点匹配程度-Based on the opencv sift feature point matching test program, compared to two pictures on the degree of matching feature points
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1551
    • 提供者:wangjiansen
  1. SIFT-method

    0下载:
  2. C++与Opencv的SIFT算法-C++ and Opencv the SIFT algorithm. . . . . . . . .
  3. 所属分类:Special Effects

    • 发布日期:2017-06-16
    • 文件大小:25158615
    • 提供者:张 军
  1. SIFT

    0下载:
  2. 这是我花了10元从其他地方购买的,迄今为止最全的sift源码,OPENCV版 matlab版 C++版 VS版 VC6.0版),不要再去找其他的了。- This is what I spent 10 yuan to buy from elsewhere, by far the most complete sift source, OPENCV version matlab version of C++ version of the VS version VC6.0 version), do
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:16941138
    • 提供者:交换链
  1. sift

    0下载:
  2. 这个是基于C语言的SIFT算法图像拼接,基于opencv的。本来是想改进一下嵌入到DSP里面直接实现拼接,但由于后来实在改不动了。就实现了两幅图像的拼接。。CSDN上面有相关的,可以实现更多的图像拼接,可以直接运行,但要配置相关条件,要把那个ann.lib拷贝到opencv库里面,然后再projects-setting-debug里面改一下路径就可以了。。希望有相关的同学可以共同学习。。最后的拼接效果有待改善。-This is based on the C language SIFT algor
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-25
    • 文件大小:8307050
    • 提供者:guolong
  1. opencv---sift

    1下载:
  2. 基于opencv的sift图像拼接算法,是特征匹配的一种,具有旋转、平移、遮蔽以及仿射不变形,广泛应用于图像拼接及图像特征匹配中-Based on the opencv sift image stitching algorithm, is a feature matching, rotation, translation, masking and affine deformation, is widely used in image stitching and image feature mat
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4011181
    • 提供者:周圣
  1. SIFT-algorithm

    0下载:
  2. D.G lowe 的尺度不变特征转换算法(SIFT)在基于opencv和OpenGL的源码基础上增加了图像的保存功能。用于对图像的尺度不变特征的提取以及图像特征点的匹配-D.G lowe s scale invariant feature transform (SIFT) algorithm based on opencv and on the basis of OpenGL source to increase the function of image preservation. Used
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:506269
    • 提供者:东风
  1. SIFT

    0下载:
  2. OPENCV,对输入的两幅图像进行特征值提取并且匹配,连线,命令行下以project3.exe 图像1 图像2 方式运行,代码为main.c-SIFT
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:26664
    • 提供者:ruanjj
  1. SIFT-KD-tree-image-panorama-opencv

    0下载:
  2. SIFT KD树 图像拼接 全景图_多幅图 opencv -SIFT KD tree image mosaic panorama _ Multiple Figure opencv
  3. 所属分类:Special Effects

    • 发布日期:2015-07-01
    • 文件大小:10035200
    • 提供者:lyj
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com